home *** CD-ROM | disk | FTP | other *** search
- global GvidSprite, GscreenObject, GpicSprite
-
- on mouseUp
- repeat with x = 6 to 15
- set the locH of sprite x to -5000
- end repeat
- repeat with x = 24 to 28
- set the locH of sprite x to -5000
- end repeat
- puppetSprite(GpicSprite, 1)
- set the member of sprite GpicSprite to member "bjBak" of castLib "art"
- set the loc of sprite GpicSprite to point(320, 242)
- puppetTransition(5)
- updateStage()
- repeat with x = 6 to 15
- puppetSprite(x, 0)
- end repeat
- repeat with x = 24 to 28
- puppetSprite(x, 0)
- end repeat
- returnNav(#n29n, 10040)
- end
-